Q3Int32_Read
You can use theQ3Int32_Read
function to read a signed 32-byte value from a file object.
TQ3Status Q3Int32_Read (TQ3Int32 *data, TQ3FileObject file);
data
- On entry, a pointer to a block of memory large enough to hold a signed 32-byte value.
file
- A file object.
DESCRIPTION
TheQ3Int32_Read
function returns, in the block of memory pointed to by thedata
parameter, the signed 32-byte value read from the current position in the file object specified by thefile
parameter.